11. Quiz: TVTime

TVTime

For this quiz and the next, we’re going to talk about a fictional app called TvTime that has a content provider. We'll apply what you’ve learned about communicating with providers to this app. The content provider for TVTime is a little more complicated than the DroidTermsExample app. TVTime stores two different types of data, a list of the user’s favorite actors and a list of their favorite tv shows. It stores both of these using a content provider.

Contacting A Content Provider One

You have a content provider which provides access to actor and TV show information stored on the phone. You have code to create and view data about TV shows and the actors in them.

Now you want the code to remove a TV show. What must you be sure to do?

SOLUTION: Call the delete method on the ContentResolver